
.headerArticles {
    padding-top: 150px;
    background: linear-gradient(to bottom, #0097a8, #07cde3);
    padding-bottom: 50px;
    color: white;
    font-weight: 800;
}

    .headerArticles::after {
        content: "";
        position: absolute;
        left: 14%;
        width: 18%;
        height: 2px;
        background-color: white; /* Adjust the color as needed */
        border-radius: 4px;
    }
